OnInflateListener

Listener used to receive a notification after a ViewStub has successfully inflated its layout resource.

See also

Functions

Link copied to clipboard
abstract fun onInflate(stub: ViewStubCompat, inflated: View)
Invoked after a ViewStub successfully inflated its layout resource.